projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d36235
)
(rmail-summary-by-senders): Fix typo in fn name.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 24 Jun 1996 16:59:49 +0000
(16:59 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 24 Jun 1996 16:59:49 +0000
(16:59 +0000)
lisp/mail/rmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmail.el
b/lisp/mail/rmail.el
index 151ba8346ba0a62171a43d4f418c5d3569b2f4b5..9e6593427dffeb3fe52086d0d772e535437ce7eb 100644
(file)
--- a/
lisp/mail/rmail.el
+++ b/
lisp/mail/rmail.el
@@
-2733,7
+2733,7
@@
but if WHOLE-MESSAGE is non-nil (prefix arg given),
SUBJECT is a string of regexps separated by commas."
t)
-(autoload 'rmail-summary-by-sender "rmailsum"
+(autoload 'rmail-summary-by-sender
s
"rmailsum"
"Display a summary of all messages with the given SENDERS.
SENDERS is a string of names separated by commas."
t)